modemmanager: bump to 1.24.0
authorRyan Press <[email protected]>
Wed, 16 Apr 2025 18:52:24 +0000 (11:52 -0700)
committerFlorian Eckert <[email protected]>
Fri, 18 Apr 2025 16:00:40 +0000 (18:00 +0200)
100-ublox-remove-ID_MM_PROCESS-tags.patch has been removed as this change is now upstream.

Signed-off-by: Ryan Press <[email protected]>
net/modemmanager/Makefile
net/modemmanager/patches/100-ublox-remove-ID_MM_PROCESS-tags.patch [deleted file]

index 1567e92741439ec0c28e8023533c9c3828a78dfd..0789f4a315fc8b70d53ee1a5a09917f1ddfab00c 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=modemmanager
-PKG_VERSION:=1.22.0
-PKG_RELEASE:=24
+PKG_VERSION:=1.24.0
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git
 PKG_SOURCE_VERSION:=$(PKG_VERSION)
-PKG_MIRROR_HASH:=72d129a00d51f0acf4c421f02dd342728ca42980bd9644e3c9a69ca0792fd60b
+PKG_MIRROR_HASH:=b81e0fc5a112fa52dd7ec72cdb684e10b04755a3492ea392cf6cde5688bb0e03
 
 PKG_MAINTAINER:=Nicholas Smith <[email protected]>
 PKG_LICENSE:=GPL-2.0-or-later
diff --git a/net/modemmanager/patches/100-ublox-remove-ID_MM_PROCESS-tags.patch b/net/modemmanager/patches/100-ublox-remove-ID_MM_PROCESS-tags.patch
deleted file mode 100644 (file)
index d1f6753..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/plugins/ublox/77-mm-ublox-port-types.rules
-+++ b/src/plugins/ublox/77-mm-ublox-port-types.rules
-@@ -88,8 +88,8 @@ SUBSYSTEMS=="usb", ATTRS{bInterfaceNumbe
- #  ttyUSB2 (if #2): secondary
- #  ttyUSB3 (if #3): unused (ignore)
- ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="908b", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_PORT_IGNORE}="1"
--ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="908b", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1", ENV{ID_MM_DEVICE_PROCESS}="1"
--ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="908b", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1", ENV{ID_MM_DEVICE_PROCESS}="1"
-+ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="908b", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1"
-+ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="908b", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1"
- ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="908b", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_PORT_IGNORE}="1"
- LABEL="mm_ublox_port_types_end"